home *** CD-ROM | disk | FTP | other *** search
- #
- # For use with MicroSoft C v 5.1
- #
-
- fview.obj: fview.c archdr.h fview.h
- cl /AC /c /Ox fview.c
-
- foscom.obj: foscom.c archdr.h
- cl /AC /c /Ox foscom.c
-
- arc_view.obj: arc_view.c archdr.h arc_view.h
- cl /AC /c /Ox arc_view.c
-
- unzip.obj: unzip.c archdr.h unzip.h
- cl /AC /c /Ox unzip.c
-
- #
- # If you aren't going to use the PAK Toolkit, you don't need this:
- #
- unpak.obj: unpak.c compress.h
- cl /c /AC /Ox unpak.c
-
- #
- #
- # If you DON'T have the PAK Toolkit from NoGate Consulting, and are
- # going to SHELL to run pak.exe, remove the '#' signs and use this:
- #
- #fview.exe: fview.obj foscom.obj arc_view.obj unzip.obj
- # link /NOE fview+foscom+arc_view+unzip;
- #
- #
- # If you DO have the PAK Toolkit from NoGate Consulting, get out the
- # EXPAND.OBJ, UTILITY.OBJ, and COMPRESS.H files and use this:
- #
- fview.exe: fview.obj foscom.obj arc_view.obj unzip.obj unpak.obj expand.obj utility.obj
- link /NOE fview+foscom+arc_view+unzip+unpak+expand+utility;
-
-